home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-22 | 684 b | 41 lines | [TEXT/CWIE] |
- /*
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __MEMORY__
- #include <Memory.h>
- #endif
-
- #ifndef __GESTALTEQU__
- #include <gestaltequ.h>
- #endif
-
- #ifndef __RESOURCES__
- #include <Resources.h>
- #endif
-
- #ifndef __ERRORS__
- #include <Errors.h>
- #endif
-
- #ifdef __MWERKS__
- #ifndef powerc
- #include <A4Stuff.h>
- #endif
- #endif
-
- ReleaseResource(theResource_Handle);
-
- ReleaseResource(theResource_Handle);
-
- Boolean Ahhhhhh ( void );
- pascal void ReleaseResource (Handle theResource);
-
- typedef pascal void ( *ReleaseResourceType ) ( Handle );
- extern UniversalProcPtr oldReleaseResource;
- */
-
- const ResType kSoundType = 'snd ';
- const short kSoundID = 20000;
- const short kLoadSoundID = 10000;